home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / rerecycl.arc / RERECYCL.DOC < prev   
Text File  |  1989-07-29  |  1KB  |  29 lines

  1.  
  2.    The only way we could get these programs to run AT ALL was to put
  3. them in front of ProLogon in the BOARD.BAT.  That caused yet ANOTHER
  4. problem ... every time the Board.bat cycled, even between doors, all
  5. these programs were being run.  The programs worked correctly, but
  6. our concern is the additional, unnecessary time to recycle.
  7.  
  8.    Our solution was to make a single change to your RECYCLE source
  9. and change the BOARD.bat so that those programs will ONLY be run
  10. between callers.  We took part of your advice to Ray Waltz and us
  11. to make a change to our programs (but we don't even want them to
  12. be CALLED unless the caller's offline) by having them look at the
  13. PCBOARD.SYS to see if it's empty, a step further and changed
  14. your recycle to reflect an errorlevel of 2 if the PCBOARD.SYS is
  15. empty.  We grouped all our between-caller programs into a label
  16. (:maint) and placed it just prior to :runpcb and inserted the line
  17.         IF ERRORLEVEL 2 GOTO MAINT
  18. just prior to the existing line; if errorlevel 1 goto runpcb.
  19.  
  20.    Now all works well and we're not cluttering up EVERY recycle of
  21. the board.bat.  We've uploaded our board.bat and the altered source
  22. of your RECYCLE in a file called RERECYCLE.zip, if you care to peek.
  23.  
  24. Wow! I'm long-winded tonight!  Thanks for listening, Sam!
  25.  
  26. Don and Lana
  27. ---
  28.  * Via ProEdit 3.0R  Modem Zone * Home of InstaReg * Middletown, OH
  29.